home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 008a / bingo21d.zip / BINGO.CFG < prev    next >
Text File  |  1991-11-15  |  6KB  |  243 lines

  1. ; Mouse Event Buttons
  2. single_left_button         mouse_scroll
  3. single_right_button        snap_to_mouse_xy
  4. single_middle_button       macro edit_file ' ' return
  5. multiple_left_button       macro snap_to_mouse_xy line_mark
  6.                               mouse_scroll line_mark
  7. multiple_right_button      macro snap_to_mouse_xy point_mark
  8. multiple_middle_button     macro snap_to_mouse_xy vertical_mark
  9. three_buttons              main_menu
  10. left_right_buttons         main_menu
  11. left_middle_buttons        main_menu
  12. right_middle_buttons       main_menu
  13. single_left_arrow          cursor_left
  14. single_right_arrow         cursor_right
  15. single_up_arrow            cursor_up
  16. single_down_arrow          cursor_down
  17. single_pyramids            next_file
  18. multiple_left_arrow        begin_line
  19. multiple_right_arrow       end_line
  20. multiple_up_arrow          up_page
  21. multiple_down_arrow        down_page
  22. multiple_pyramids          prev_file
  23.  
  24. ; Function Key Defs
  25. f1             line_mark
  26. f2             point_mark
  27. f3             vertical_mark
  28. f4             repeat_last
  29. f5             leap_backward
  30. f6             leap_forward
  31. f7             block_move
  32. f8             block_copy
  33. f9             unmark
  34. f10            scrap
  35.  
  36. ; Shift Function Key Defs
  37. !f1            swap_buf_and_block
  38. !f2            paste_replace
  39. !f3            name_buffer
  40. !f4            buffer_info
  41. !f5            top_of_block
  42. !f6            bottom_of_block
  43. !f7            toggle_cmode
  44. !f8            toggle_autoindent
  45. !f9            toggle_ins
  46. !f10           toggle_wrap
  47.  
  48. ; Ctrl Function Key Defs
  49. @f1            search
  50. @f2            replace
  51. @f3            again
  52. @f4            search_macro
  53. @f5            global
  54. @f6            chdir
  55. @f7            shell
  56. @f8            exec_command
  57. @f9            swap_shell
  58. @f10           swap_execute
  59.  
  60. ; Alt Function Key Defs
  61. #f1            macro shift_block '-t' return
  62. #f2            macro shift_block 't' return
  63. #f3            pick_file
  64. #f4            setup_err_parse
  65. #f5            prev_error
  66. #f6            next_error      
  67. #f7            last_error            
  68. #f8            print_file
  69. #f9            del_word_lt
  70. #f10           del_word_rt
  71.  
  72. ; Control Key Defs
  73. @a             repeat
  74. @b             
  75. @c             center_line
  76. @d             del_char
  77. @e             choose_file
  78. @f             
  79. @g             
  80. @h             
  81. @i+u           indent_up
  82. @i+d           indent_down
  83. @j             jump
  84. @k             del_eol
  85. @l             again
  86. @m             define_scrap
  87. @n
  88. @o             next_file
  89. @p             prev_file
  90. @q             pick_exec
  91. @r             replace
  92. @s             search
  93. @t
  94. @u             unkill
  95. @v             switch_file
  96. @x+@c          quit
  97. @x+@f          edit_file
  98. @x+k           quit
  99. @x+@v          switch_file
  100. @x+@s          save_file
  101. @y             del_line
  102. @z             quit_and_save_status
  103.  
  104. ; Alt Key Defs
  105. #a             ascii_table
  106. #b             toggle_box_draw
  107. #c             macro modify_save_all
  108.                      swap_execute 'make > errs' return
  109.                      return window_one
  110.                      window_load 'errs.' return
  111.                      window_previous
  112.                      window_resize down_arrow down_arrow
  113.                         down_arrow down_arrow down_arrow
  114.                         down_arrow down_arrow return
  115.                      setup_err_parse 'errs.' return
  116.                      next_error
  117.  
  118. #d             place_mark
  119. #e
  120. #f
  121. #g
  122. #h             help
  123. #i             
  124. #j             jump_mark
  125. #k             
  126. #l             macro load_profile return 
  127. #m             match_delim
  128. #n             window_next
  129. #o             window_one
  130. #p             window_previous
  131. #q             query_quote
  132. #r             reform_para
  133. #s             
  134. #t             time_stamp
  135. #u
  136. #v             rotate_kill
  137. #w
  138. #x             quit_all
  139. #y
  140. #z
  141.  
  142. ; Special Keys
  143. backspace         default_bspace
  144. backtab           back_tab
  145. tab               insert_tab
  146. escape            main_menu
  147. ctrl_backspace    del_word_lt
  148. alt_backspace
  149. return            carriage
  150. ctrl_return
  151. alt_return
  152. alt_escape
  153. ctrl_tab
  154. alt_tab
  155. alt_equal
  156. alt_minus
  157.  
  158. delete            default_del 
  159. down_arrow        cursor_down 
  160. end               end_line    
  161. home              begin_line  
  162. insert            paste       
  163. left_arrow        cursor_left 
  164. pgdn              down_page   
  165. pgup              up_page     
  166. right_arrow       cursor_right
  167. up_arrow          cursor_up   
  168.  
  169. shift_insert
  170. shift_delete
  171. shift_home
  172. shift_end
  173. shift_pgup
  174. shift_pgdn
  175. shift_right_arrow
  176. shift_left_arrow
  177. shift_up_arrow
  178. shift_down_arrow
  179.  
  180. ctrl_delete                  
  181. ctrl_down_arrow   scroll_down
  182. ctrl_end          file       
  183. ctrl_home         del_bol    
  184. ctrl_insert                  
  185. ctrl_left_arrow   prev_word  
  186. ctrl_pgdn         bot_of_file
  187. ctrl_pgup         top_of_file
  188. ctrl_right_arrow  next_word  
  189. ctrl_up_arrow     scroll_up  
  190.  
  191. keypad_minus      cut
  192. keypad_plus       copy
  193. keypad_aster      line_mark
  194. keypad_divide
  195. keypad_return
  196.  
  197. ctrl_keypad_plus
  198. ctrl_keypad_minus
  199. ctrl_keypad_divide
  200. ctrl_keypad_aster
  201. ctrl_keypad_return
  202.  
  203. alt_keypad_plus
  204. alt_keypad_minus
  205. alt_keypad_divide
  206. alt_keypad_aster
  207. alt_keypad_return
  208.  
  209. grey_delete          default_del 
  210. grey_down_arrow      cursor_down 
  211. grey_end             end_line    
  212. grey_home            begin_line  
  213. grey_insert          paste       
  214. grey_left_arrow      cursor_left 
  215. grey_pgdn            down_page   
  216. grey_pgup            up_page     
  217. grey_right_arrow     cursor_right
  218. grey_up_arrow        cursor_up   
  219.  
  220. ctrl_grey_delete                   
  221. ctrl_grey_down_arrow    scroll_down
  222. ctrl_grey_end           file       
  223. ctrl_grey_home          del_bol    
  224. ctrl_grey_insert                   
  225. ctrl_grey_left_arrow    prev_word  
  226. ctrl_grey_pgdn          bot_of_file
  227. ctrl_grey_pgup          top_of_file
  228. ctrl_grey_right_arrow   next_word  
  229. ctrl_grey_up_arrow      scroll_up  
  230.  
  231. alt_grey_up_arrow
  232. alt_grey_down_arrow
  233. alt_grey_left_arrow
  234. alt_grey_right_arrow
  235. alt_grey_delete
  236. alt_grey_end
  237. alt_grey_home
  238. alt_grey_insert
  239. alt_grey_pgup
  240. alt_grey_pgdn 
  241.  
  242.  
  243.